-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CEA Auth changes #2483
CEA Auth changes #2483
Conversation
This pull request contains changes to the runtime.ts file. If you, as the author of this PR, have made changes to the Runtime interface please review RUNTIME.md to determine if a new runtime version is required. Please reply to this comment stating what changes, if any, were made to the runtime object and whether a new runtime version was required. |
packages/teams-js/src/private/externalAppAuthenticationForCEC.ts
Outdated
Show resolved
Hide resolved
apps/teams-test-app/src/components/privateApis/ExternalAppAuthenticationAPIs.tsx
Show resolved
Hide resolved
apps/teams-test-app/src/components/privateApis/ExternalAppAuthenticationForCEAAPIs.tsx
Show resolved
Hide resolved
packages/teams-js/src/private/externalAppAuthenticationForCEA.ts
Outdated
Show resolved
Hide resolved
packages/teams-js/src/private/externalAppAuthenticationForCEA.ts
Outdated
Show resolved
Hide resolved
packages/teams-js/src/private/externalAppAuthenticationForCEA.ts
Outdated
Show resolved
Hide resolved
packages/teams-js/src/private/externalAppAuthenticationForCEA.ts
Outdated
Show resolved
Hide resolved
packages/teams-js/src/private/externalAppAuthenticationForCEA.ts
Outdated
Show resolved
Hide resolved
packages/teams-js/src/private/externalAppAuthenticationForCEA.ts
Outdated
Show resolved
Hide resolved
packages/teams-js/src/private/externalAppAuthenticationForCEA.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
packages/teams-js/src/private/externalAppAuthenticationForCEA.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for incorporating my feedback; I've left one new comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more information about how to contribute to this repo, visit this page.
Description
Adding support for
ExternalAppAuthenticationForCEA
. This is a new capability available only for MChat to call in cases the thrid party app is backed with Custom Engine Agent.The
ExternalAppAuthenticationForCEA
APIs work similar to ME APIsAuthenticateAndResendRequest
andAuthenticateWIthSSOAndResendRequest
that exist inExternalAppAuthentication
capability. The few differences areAuthenticateWithSSO
andAuthenticateWithOauth
. The purpose of each API can be read in externalAppAuthenticationForCEA.ts file.Main changes in the PR:
ExternalAppAuthenticationForCEA
capability to teamsjsValidation
Validation performed:
Unit Tests added:
<Yes/No>
End-to-end tests added:
<Yes/No>
Additional Requirements
Change file added:
<Yes/No>
Related PRs:
Next/remaining steps:
Screenshots: